- Import the 'Demo configuration.zip'

- Login: admin / 12345678

- Add an EBS-4x (or use an EBS-50)

- Make sure you use the latest EBS-50 firmware (IBGV0121a of higher) / ESL Web Server (3.0.9.xxxx)

- Make sure you have the latest firmware for the SE-290A installed (V0200 or higher)

- Link an SE-290A to a product in the database

- Run the 'SE290A_BackOfficeSim_CoreApi' using Visual Studio 2022 or higher

- Pressing the trigger fires 2 calls to the 'SE290A_BackOfficeSim_CoreApi' using the event handler
	-> POST -> Reply to button press event
	
	api/%MAC%/%ID%/%EVENT%/%VALUE%/%SEQNR%/%DESCRIPTION%

	-> GET	> Set product description to 

	api/%MAC%/%ID%/%EVENT%/%VALUE%/%SEQNR%/%DESCRIPTION%
	
- The event handler uses a Keep alive with a scheduled event
	-> GET api/KEEP-ALIVE	-> Keeps the response times low


Change: 'https://localhost:44376' in all event handler when you're BackOfficeSim isn't running locally (i.e. when using the EBS-50) and make the sure fire wall allows access


Make sure that the default API-key in the demo configuration matches the API key in SE290A_BackOfficeSim_CoreApi

Program.cs:

public static string ApiKey = "1884EEAF-50C7-4A54-B678-710AE87DEA21";  // dummy default API key



